home *** CD-ROM | disk | FTP | other *** search
- Path: ratree.psu.ac.th!not-for-mail
- From: lsomchai@ratree.psu.ac.th (Somchai LIMSIRORATANA)
- Newsgroups: comp.lang.c++
- Subject: .SNP File in BCW 4.5
- Date: 6 Jan 1996 21:14:18 +0700
- Organization: The Computer Center, Prince of Songkla University, THAILAND
- Message-ID: <4cm03q$l8s@ratree.psu.ac.th>
- NNTP-Posting-Host: ratree.psu.ac.th
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hello,
- In Borland C++ 4.5, AppExpert is very useful and easy to create app.
- ClassExpert is a tool work with AppExpert project file (.IDE). I am very sorry
- which ClassExpert can't help me to create my class which derived from my class.
- The base class when I add a new class is fix.
- I solve this problem by select some OWL class and change the source to
- my own base class. But, I can't change a comment before my code to the right.
- Example:
- This is a code generate by ClassExpert.
- //{{TWindow = MyWindow}}
- class MyWindow : public TWidnow
- {
- :
- };
- This is a new code, I want to chang MyWindow derive from MyView
- //{{MyView = MyWindow}} ** This line can't change **
- class MyWindow : public MyView
- {
- :
- };
- I found, ClassExpert use a .SNP file in directory expert/owl as it
- script to do everything eg. create new class, rescan, use class etc.
- But, I don't know the syntax of this script.
- Does anyone know about .SNP file?
- How to call .SNP file in BCW?
- Can I modify these script to my own and use it from Tool menu of
- BCW?
- I you know about this. Please let me know by e-mail to my address.
- I does not read news every day.
-
- Thanks,
- Somchai Limsiroratana
-
- -----------------------------------------------------------------------------
- # Somchai Limsiroratana # #
- # Computer Engineering Dept. # #
- # Prince of Songkla University # #
- # P.O. Box 2 Kohong # #
- # Hatyai, Songkla # Tel,Fax : 66-74-212895 #
- # 90112 THAILAND # EMail : lsomchai@ratree.psu.ac.th #
- -----------------------------------------------------------------------------
-